furny.swing.admin.statistics.chart
Interface IChartSettings
- All Known Implementing Classes:
- FitnessHistogramChart, FurnitureHistogramChart, MaxFitnessGenerationChart, MaxFitnessTimeChart, MeanFitnessGenerationChart, MeanFitnessTimeChart, MinMaxFitnessGenerationChart
public interface IChartSettings
Interface for chart settings.
- Since:
- 12.08.2012
- Author:
- Stephan Dreyer
Method Summary |
org.jfree.chart.JFreeChart |
createChart(long runId)
Creates a chart for the given run id. |
java.lang.String |
toString()
|
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
createChart
org.jfree.chart.JFreeChart createChart(long runId)
- Creates a chart for the given run id.
- Parameters:
runId
- the run id
- Returns:
- the new chart
- Since:
- 12.08.2012